home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog62 < prev    next >
Text File  |  1995-06-29  |  259b  |  11 lines

  1. # testing concat the callback args
  2. xtAppInitialize -class Program
  3.  
  4. xmPushButton .fred managed  -labelString "Push Me"
  5. .fred armCallback puts stdout "an unsubstituted % sign"
  6. .fred disarmCallback puts stdout {a substituted %w one}
  7.  
  8. . realizeWidget
  9.  
  10. . mainLoop
  11.